home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Information
/
WebSites
/
Eyetech
/
DOWNLOAD
/
X-SUR002.LHA
/
AmiTCP
/
bin
/
startnet
Wrap
AmigaDOS Script File
|
1999-12-08
|
723b
|
36 lines
.key IPADDRESS
.bra {
.ket }
.def IPADDRESS 10.18.12.72
; log in
echo
echo login: heiko
AmiTCP:bin/login -f heiko
AmiTCP:bin/umask 022
AmiTCP:AmiTCP
WaitForPort AMITCP
; Configure loop-back device
AmiTCP:bin/ifconfig lo0 localhost
; Configure Ethernet Device
AmiTCP:bin/ifconfig xsurf {IPADDRESS}
; Add IP address entry for this host
rx "address AMITCP; 'ADD HOST {IPADDRESS} amiga4000.de '"
; Add route to this host
AmiTCP:bin/route add {IPADDRESS} localhost
; Add route to the default gateway
AmiTCP:bin/route add default 10.18.12.72
setenv HOSTNAME `AmiTCP:bin/hostname`
Assign TCP: Exists > NIL:
IF Warn
Mount TCP: from AmiTCP:devs/Inet-Mountlist
EndIf
; Start the internet `super server'
run AmiTCP:bin/inetd